融合算子：SELU+Affine，计算 y = λ * (z>0 ? z : α*(exp(z)-1))，z = x*scale + bias。
